Zip Process Problem

kbtechno

Verified User
Joined
Sep 7, 2021
Messages
7
When i used this command zip -r xxx.zip xxx/
it is working perfectly fine without load issues of server

But when i do the same job create zip file from directadmin GUI. server load goes very high

Can you please help me in this issue.
 
I found something in process

xxx 15174 0.0 0.0 115408 1456 ? S 02:41 0:00 sh -c /bin/nice -n 19 /usr/bin/zip -ry /home/tmp/xxx.zipOyznB7 domains > /dev/null
xxx 15175 36.9 0.1 179268 69300 ? DN 02:41 2:05 /usr/bin/zip -ry /home/tmp/xxx.zipOyznB7 domains

don't you think about this: /home/tmp/xxx.zipOyznB7

it should be /home/xxx/tmp

as every user have tmp folder inside his directory
 
but not every have enough space to keep temporary-copy of all data + archive
 
I am using cloudlinux but when my client create zip server load goes up. but it is working fine if i use command from root.
 
Back
Top