Views: 5780
Last Modified: 05.04.2022

Attention!
  1. For operations, described in this chapter, knowledge of *nix-systems administration is required. Prior to start of these operations, it is recommended to perform full backup of Bitrix Virtual Appliance.
  2. Provided settings are listed outside the scope of the Virtual Appliance menu. This means that the details below are provided for informational purposes only and should be used with clear understanding of your actions and under your own liability. Bitrix24 technical support reviews the questions related to Virtual Appliance menu items only.

To provide higher productivity of the file system, it is recommended to disable the timestamp modification when reading files and directories: noatime, nodiratime.

For this, parameters in the line with its UUID shall be edited (added into current line) in /etc/fstab:

UUID=abd9bdaa-e17d-40b3-aee5-37ef53a57b16 /    ext4    defaults,noatime,nodiratime    1 1
where UUID=abd9bdaa-e17d-40b3-aee5-37ef53a57b16 - unique disk identifier, which can be recognized in the console with blkid command.

Note: Instead of UUID, device name also can be used: /dev/sda1, /dev/sda2, /dev/sda3. Or volume label, if specified, for example: LABEL=root.


After restart, new settings will be applied.

To apply new settings without restarting the server, partitions can be remounted via the command:

mount -o remount,noatime,nodiratime /

Note: Creative approach should be applied to resolving the problem of file system productivity. If, for example, cache of some applications is still available on the disk, then the productivity can decrease as a result of proposed measures, because many applications clear cache via label-based index, which is recommended to be disabled in the example. In some cases, the commit time extension can give better result, especially if there is significant amount of available memory. Commit time is set by the commit parameter. To set it for 120 seconds, for example, it is necessary to add commit=120. That is, the set of options for mounting will be defaults,noatime,commit=120.

By default, data and metadata flush to disk happens each 5 sec. Delaying the flush time also can decrease file fragmentation on disk, if there are files available to which data are supplementary recorded. Log files, for example.



Courses developed by Bitrix24