OXIESEC PANEL
- Current Dir:
/
/
opt
/
passenger
/
resources
/
templates
/
installer_common
Server IP: 2a02:4780:11:1084:0:327f:3464:10
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
10/21/2025 06:53:57 AM
rwxr-xr-x
📄
cannot_access_files_as_root.txt.erb
728 bytes
07/09/2025 07:27:24 PM
rw-r--r--
📄
gem_install_permission_problems.txt.erb
739 bytes
07/09/2025 07:27:24 PM
rw-r--r--
📄
low_amount_of_memory_warning.txt.erb
1000 bytes
07/09/2025 07:27:24 PM
rw-r--r--
📄
run_installer_as_root.txt.erb
552 bytes
07/09/2025 07:27:24 PM
rw-r--r--
📄
world_inaccessible_directories.txt.erb
663 bytes
07/09/2025 07:27:24 PM
rw-r--r--
Editing: low_amount_of_memory_warning.txt.erb
Close
<banner>Your system does not have a lot of virtual memory</banner> Compiling <%= PROGRAM_NAME %> works best when you have at least <%= @required %> MB of virtual memory. However your system only has <%= @current %> MB of total virtual memory (<%= @ram %> MB RAM, <%= @swap %> MB swap). It is recommended that you temporarily add more swap space before proceeding. You can do it as follows: <b>sudo dd if=/dev/zero of=/swap bs=1M count=1024 sudo mkswap /swap sudo swapon /swap</b> See also <b>https://wiki.archlinux.org/index.php/Swap</b> for more information about the swap file on Linux. If you cannot activate a swap file (e.g. because you're on OpenVZ, or if you don't have root privileges) then you should install <%= PROGRAM_NAME %> through DEB/RPM packages. For more information, please refer to our installation documentation: <%= @install_doc_url %> <b>Press Ctrl-C to abort this installer (recommended).</b> <b>Press Enter if you want to continue with installation anyway.</b>