[email protected] (Rhialto) writes:

>$ /usr/pkg/bin/mame=20
>bash: /usr/pkg/bin/mame: Cannot allocate memory

>$ size /usr/pkg/bin/mame
>   text    data     bss     dec     hex filename
>278129058       32803980        6454620 317387658       12eaf38a        /us=
>r/pkg/bin/mame

It's a kernel limit:

NetBSD-9:
/usr/include/amd64/vmparam.h:#define    MAXTSIZ         (256*1024*1024)

NetBSD-9.99.93:
/usr/include/amd64/vmparam.h:#define    MAXTSIZ         (8L*1024*1024*1024)    
/* max text size */


Reply via email to