Re: mapped_base Error
Brett Smith <[email protected]> Thu, 29 Jun 2006 08:08:32 -0700
| Newsgroups | gmane.linux.suse.domino |
|---|---|
| Message-ID | <[email protected]> |
[email protected] wrote: > Thank you. A performance question.. > > Wich hardware you use, and wich performance you have? > > I see in my actual box (SLES 8, Domino 6.5.1 in a 3 GHz Machine with 1 GB > RAM and 2 Ultra320 SCSI DISK in RAID1 mode) when there are someone agents, > the server sometime is like freeze or appear hangs, and a bit seconds it > go normally... > > Seeing the result of the free command the system have only 20 MB of RAM > free.. > > I see that Domino7 are less expensive for RAM and other resources. > > What is your experience? > > Sorry, I have not done any performance testing on Domino 7 under Linux. My server is just for development and compatibility testing. Sounds like a memory leak though. Is your agent written in Java? Java agents in Domino do not perform garbage collection, so recycle() is necessary to prevent memory from leaking. Otherwise, memory leaks are sometimes caused by Domino itself. Upgrade to the latest 6.5.x if you're not ready for 7 yet. - Brett