Carlos E. R. wrote:
On 2017-08-07 13:20, Per Jessen wrote:
Carlos E. R. wrote:
On 2017-08-07 08:33, Per Jessen wrote:
Cut down on the databases. Are you using any 3rd party databases (sanesecurity for instance) ?
I'm using defaults, I think. Yes, the config file is dated dec 27 2016, so it is the installation file. I do not find any "sane" string in the config.
It wouldn't be in the config, clamd will load everything in the database dir. If you haven't added sanesecurity yourself, they're not there.
No such package here.
it's not packaged, sanesecurity maintains 3rd party signatures for clamav: http://sanesecurity.com/ I expect there are other databases out there too.
Perhaps, but there must other processes gobbling up the rest, that's what I meant. The 500Mb for clamd is normal.
I know that it is normal, for clamd. Still, it is a lot, it is the third biggest process in my machine. Doing nothing.
Does it do any regular scanning of your files? Just thinking out loud.
Looking at your 'top' display, where does the rest of those 7Gb go?
Many things, it is just that clamav is the biggest chunk except for firefox and thunderbird.
KiB Mem: 8174408 total, 4992444 used, 3181964 free, 103452 buffers KiB Swap: 43744244 total, 3190824 used, 40553420 free. 1909944 cached Mem
8Gb physical, 5Gb used, 3Gb swap and 2Gb file system buffers.
And 3 free.
Right, 8 - 5 = 3. Under those conditions, it's difficult to imagine 500Mb more or less free memory should make any noticable difference. You can try it yourself - int main( int argc, char **argv ) { int sz, p; char *f; sz=512*1024*1024L; f=malloc(sz); while( 1 ) { for( p=0; p<sz; p+=4096 ) f[p]=0; sleep(30); } return 0; } Running it, then killing it and freeing the 512Mb should not be noticable unless your system is swapping.
Just add more memory, but you said you can't. Unless we're talking video editing and gaming (or something else that gobbles of memory), 4Gb should be more than plenty. Well, it is on my main desktop - not running Leap though.
Leap seems to be very slow when swapping. The same machine with 13.1 was noticeably faster.
You said that before, but in relation to resuming from hibernation. That's not quite the same. Besides, your machine is not swapping?
I like to have all the applications I use open in a separate workspace, with some unfinished task, so I go back to them later.
Me too.
Thus, firefox, thunderbid and LO cn be opened at the same time. There is a java process that controls my TV.
Same here, except for the java. -- Per Jessen, Zürich (21.2°C) http://www.cloudsuisse.com/ - your owncloud, hosted in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org