Subject: increase datasize resource limit (Re: native java browser plugin)
To: None <pkgsrc-wip-discuss@lists.sourceforge.net, tech-pkg@netbsd.org>
From: Geert Hendrickx <geert.hendrickx@ua.ac.be>
List: tech-pkg
Date: 08/09/2005 18:02:20
For the plugin to work with Mozilla/Firefox, you may have to increase your
datasize resource limit (using the limit shell builtin).  The default 128M
was not enough for me: 

> Error occurred during initialization of VM
> Could not reserve enough space for object heap
> INTERNAL ERROR on Browser End: Could not read ack from child process
> System error?:: Resource temporarily unavailable

but any bigger value (even 129M) worked ok.  

GH