Hi Bogdan I followed the instructions to get the memory dump. Now openser will not start. Mar 28 13:44:56 ser1 openser[1567]: convert_row: No memory left Mar 28 13:44:56 ser1 openser[1567]: convert_rows: Error while converting row #2536 Mar 28 13:44:56 ser1 openser[1567]: convert_result: Error while converting rows Mar 28 13:44:56 ser1 openser[1567]: store_result: Error while converting result Mar 28 13:44:56 ser1 openser[1567]: preload_udomain(): Error while doing db_query Mar 28 13:44:56 ser1 openser[1567]: register_udomain(): Error while preloading domain 'location' Mar 28 13:44:56 ser1 openser[1567]: domain_fixup(): Error while registering domain Mar 28 13:44:56 ser1 openser[1567]: ERROR: fix_actions: fixing failed (code=-1) at cfg line 282 Mar 28 13:44:56 ser1 openser[1567]: ERROR: fix_expr : fix_actions error
In MySQL location table we have around 2600 rows. The default version of openser has no problem loading them at startup. The version compiled with DBG_QM_MALLOC and without F_MALLOC cannot load the location table. The same happens if I increase the shared memory with the -m option. Does this mean that ul is stored in private memory? Does this mean I should increase PKG_MEM_POOL_SIZE? thank you George > -----Original Message----- > From: Bogdan-Andrei Iancu [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 28, 2007 11:54 AM > To: Papadopoulos Georgios > Cc: [email protected] > Subject: Re: [Users] out of memory > > Hi Papadopoulos, > > the error you get complains about the lack of private memory (per > process) - the statistics show info about the shared memory. See: > http://www.openser.org/dokuwiki/doku.php/troubleshooting:memory > > but look for pkg instead of shm..... > > regards, > bogdan > > Papadopoulos Georgios wrote: > > Hello, > > > > Lately our OpenSER 1.1.1 is running out of memory and I get the > > following message > > 4(25190) get_hdr_field: out of memory The result is that it stops > > processing any incoming request. This is a production system and of > > course it causes a great deal of frustration. > > > > The last time this happened I got the following statistics before > > restarting > > > ./openserctl fifo get_statistics > > Total statistics = 37 > > Total modules = 5 > > Module name = core; statistics=8 > > core:rcv_requests = 3259334 > > core:rcv_replies = 8816 > > core:fwd_requests = 736 > > core:fwd_replies = 137 > > core:drop_requests = 743 > > core:drop_replies = 0 > > core:err_requests = 0 > > core:err_replies = 43 > > Module name = shmem; statistics=6 > > shmem:total_size = 268435456 > > shmem:used_size = 1675864 > > shmem:real_used_size = 1835104 > > shmem:max_used_size = 4399048 > > shmem:free_size = 266600352 > > shmem:fragments = 17710 > > Module name = sl; statistics=9 > > sl:1xx_replies = 0 > > sl:2xx_replies = 1690410 > > sl:3xx_replies = 43 > > sl:4xx_replies = 334827 > > sl:5xx_replies = 1185629 > > sl:6xx_replies = 0 > > sl:sent_replies = 3210909 > > sl:sent_err_replies = 0 > > sl:received_ACKs = 743 > > Module name = tm; statistics=11 > > tm:received_replies = 8636 > > tm:relayed_replies = 7096 > > tm:local_replies = 1718 > > tm:UAS_transactions = 7003 > > tm:UAC_transactions = 94 > > tm:2xx_transactions = 1528 > > tm:3xx_transactions = 3 > > tm:4xx_transactions = 5129 > > tm:5xx_transactions = 468 > > tm:6xx_transactions = 0 > > tm:inuse_transactions = 0 > > Module name = usrloc; statistics=3 > > usrloc:location-users = 0 > > usrloc:location-contacts = 0 > > usrloc:location-expires = 7282 > > > > I am not sure how to read these numbers but I see a big "free_size" > > and still OpenSER is out of memory. Any suggestions? > > > > thank you > > > > George > > > > > > > > > > > > > > Disclaimer > > > > The information in this e-mail and any attachments is > confidential. It > > is intended solely for the attention and use of the named > > addressee(s). If you are not the intended recipient, or person > > responsible for delivering this information to the intended > recipient, > > please notify the sender immediately. Unless you are the intended > > recipient or his/her representative you are not authorized to, and > > must not, read, copy, distribute, use or retain this message or any > > part of it. E-mail transmission cannot be guaranteed to be > secure or > > error-free as information could be intercepted, corrupted, lost, > > destroyed, arrive late or incomplete, or contain viruses. > > > > > ---------------------------------------------------------------------- > > -- > > > > _______________________________________________ > > Users mailing list > > [email protected] > > http://openser.org/cgi-bin/mailman/listinfo/users > > > > _______________________________________________ Users mailing list [email protected] http://openser.org/cgi-bin/mailman/listinfo/users
