Home | History | Annotate | Download | only in test

Lines Matching refs:soft

202         soft, hard = resource.getrlimit(resource.RLIMIT_STACK)
203 newsoft = min(hard, max(soft, 1024*2048))