On 7/1/20 4:45 PM, patrick mkhael wrote: > ***Please note that you have 20 kids worth mapping (10 workers and 10 > diskers), but you map only the first 10.{since i did not get the point > of the diskers ,as far as i understood , it should be like (simple > example) >> workers 2 >> cpu_affinity_map process_numbers=1,2,3,4 cores=1,2,3,4 >> cache_dir rock ... >> cache_dir rock ... The above looks OK. Each worker is a kid process. Each rock cache_dir is a kid process (we call them diskers). If you have physical CPU cores to spare, give each kid process its own physical core. Otherwise, give each worker process its own physical core (if you can). Diskers can share physical cores with less harm because they usually do not consume much CPU cycles. Squid wiki has more detailed information about that: https://wiki.squid-cache.org/Features/SmpScale#How_to_configure_SMP_Squid_for_top_performance.3F > ***Why do you have 10 rock caches of various sizes? [ to be honest , i > saw in many websites that it should be like this from the smallest to > the bigest with diff size, i tought it should serve from small size pool > to high ] IMHO, you should stop reading those web pages :-). There is no general need to segregate objects by sizes, especially when you are using the same slot size for all cache_dirs. Such segregation may be necessary in some special cases, but we have not yet established that your case is special. > *****How many independent disk spindles (or equivalent) do you have? [ i > have one raid 5 ssd disks , used by the 10 rock cache dir] Do not use RAID. If possible, use one rock cache_dir per SSD disk. The only reason this may not be possible, AFAICT, is if you want to cache more (per SSD disk) than a single Squid cache_dir can hold, but I would not worry about overcoming that limit at the beginning. If you want to know more about the limit, look for "33554431" in http://www.squid-cache.org/mail-archive/squid-users/201312/0034.html > ***How did you select the swap rate limits and timeouts for > cache_dirs?[I took it also from online forum , can i leave it empty for > both] If you want a simple answer, then it is "yes". Unfortunately, there is no simple correct answer to that question. To understand what is going on and how to tune things, I recommend studying the Performance Tuning section of https://wiki.squid-cache.org/Features/RockStore > ****Do you see any ERRORs or WARNINGs in cache log?[NO error or warning > found in cache] Good. I assume you do see some regular messages in cache.log. Keep an eye for ERRORs and WARNINGs as you change settings. HTH, Alex. _______________________________________________ squid-users mailing list squid-users@xxxxxxxxxxxxxxxxxxxxx http://lists.squid-cache.org/listinfo/squid-users