View Single Post
  #1  
Old 12-22-2011, 07:44 AM
aziernest aziernest is offline
New Member
 
Join Date: Dec 2011
Posts: 5
Default Optimization question

Hi,

I have a vps with litespeed enterprise license for vps'es over 2 gb of ram(my vps have 3 gb of ram)

When I am running a software to test for broken links on my own website, after sometimes I am getting time out messages

Following are the results from action/server/tuning

PHP Code:
Connection       Edit
Max Connections    




2000
Max SSL Connections    




500
Connection Timeout 
(secs)    




200
Max Keep
-Alive Requests    




1000
Smart Keep
-Alive    




Yes
Keep
-Alive Timeout (secs)    




10
Send Buffer Size 
(bytes)    




0
Receive Buffer Size 
(bytes)    




0
I
/O Event Dispatcher    




best 
(All platforms)
Max Cached Small File Size (bytes)    




8192
Total Small File Cache Size 
(bytes)    




64M
Max MMAP File Size 
(bytes)    




512K
Total MMAP Cache Size 
(bytes)    




64M
Use sendfile()    




Yes
Use Asynchronized disk I/(AIO)    




Not Set
AIO Block Size    




128K
No I
-Node in ETag    




Yes
SSL Hardware Accelerator    




(built-inOpenSSL internal engine
Request
/Response       Edit
Max Request URL Length 
(bytes)    




8192
Max Request Header Size 
(bytes)    




16380
Max Request Body Size 
(bytes)    




500M
Max Dynamic Response Header Size 
(bytes)    




8K
Max Dynamic Response Body Size 
(bytes)    




500M
GZIP Compression       Edit
Enable Compression    




Yes
Enable Dynamic Compression    




Yes
Compression Level 
(Dynamic Content)    




1
Compressible Types    




text
/*, application/x-javascript, application/xml, application/javascript
Auto Update Static    




Yes
Static GZIP Cache Directory    




Not Set
Compression Level (Static File)    




1
Max Static File Size (bytes)    




1M
Min Static File Size (bytes)    




300 


my vps have 3 gb of ram and only 1 gb is utilized, any way to allocate more memory to litespeed with more child / worker threads or perhaps caching, I hope memory cache is much faster than disk/page cache so in case of memory cache disk i/o restriction would be lifted and memory i/o would be utilized.

any thought/suggestions for tuning vps/litespeed to entertain maximum requests without giving any timeout error etc???
Reply With Quote