At 09:25 PM 7/30/2004, Ezequiel Colombo wrote:
In this case SER have a time limited life running ?
yes, both private memory and shared memory have compile time limits.
If i have the same 5 users registering every day at the morning and each registration take 600 bytes of free memory to allocate the location mapping i must suppose that my box have No memory left after 349 days ? (PKG_MALLOC default is 1Mb). ???
no. SER does not give it back to OS but it frees unused fragments internally.
-jiri