On Thu, Feb 14, 2002 at 09:39:45AM -0500, Jason Jesso wrote: > I am using an IBM binary drop. I want to use this parser in a production >environment but I can't if the program size will keep > growing at that rate. I think if if gets way big the OS will kill that process.
AIX 4: If -bmaxdata not specified during linking it defaults to 256MB. The process will be killed when crossing -bmaxdata memory usage. It takes precedence over any limits specified in the environment. The lowest -bmaxdata value from all binaries in process address space is considered as an actual maxdata for given process. Regards -- Miroslaw Dobrzanski-Neumann MOSAIC SOFTWARE AG Base Development and Research Tel +49-2225-882-291 Fax +49-2225-882-201 E-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
