Uwe Werler wrote: > Am Wed, 15 Oct 2008 09:28:06 +0200 (CEST) > schrieb "Holger Glaess" <[EMAIL PROTECTED]>: > >> hi >> >> which option i have to change that perl is able to ge more memory >> resoruces ? >> >> i an script that works on linux complete well but under openbsd , >> he start and then perl stop to work an left the memory. >> >> if i disable some internal modules than he works. >> >> if i see the the working script in top he allocate 4092k resource >> memory and 6216k size memory , but if i enable on more internal >> module he stop to work. >> >> i don have this problem under linux, but there is the limitation not >> so strict . >> any clue for it ? >> >> holger >> > > Hello Holger, > > I think You have to increase stacksize-cur in /etc/login.conf for > login class default. > > Regards Uwe > >
hi i change the stacksize-cur here my current settings -------- ~ >ulimit -a time(cpu-seconds) unlimited file(blocks) unlimited coredump(blocks) unlimited data(kbytes) 1048576 stack(kbytes) 32768 lockedmem(kbytes) 675246 memory(kbytes) 2024264 nofiles(descriptors) 128 processes 1044 ---------- but nothing change . holger