Rating:
27
Joined: Apr 5, 2012
Company: 1TÇ Şirketi - Merv Bilgi İşlem Otomasyonu Yazılım Ltd. Şti.
Hi,
Our server is on Ubuntu Server. So in it installed 1C:Enterprise server 64-bit package.
In "/var/chash/" directory user of 1C:Enterprise service writes in this directory a file named "_opt_1C_v8.3_x86_64_rphost.1001.crash", which size is 515 Mb.
I think it's a crash information of platform.. Is it important file? Can I delete it? Or for what aim his file is used?
We had a problem with such files because they occupied a lot of space, so we had run out of space on the server disk, and now I added to /etc/crontab following line:
Code
0 7 * * * root rm /tmp/core.rphost.*
(we have CentOS). This line deletes crash dumps files everyday at 7 a.m.