Try fix max-RAM issue (#167)

This commit is contained in:
Luke S Thompson
2025-10-17 12:01:30 +11:00
parent 2d8888138f
commit cc302ed650
3 changed files with 3 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ https://github.com/The-Network-Crew/Proxmox-VE-for-WHMCS/milestones
- Plan Add/Edit: Text descriptions updated
- Update Available: Hyperlinked to repo
- Admin GUI: Textual layout updates
- Servers: PVE Button updated text
- README: Final resting milestone
## [1.2.15] - 2025-08-29 - _"Little Adjustments"_

View File

@@ -76,7 +76,7 @@ CREATE TABLE IF NOT EXISTS `mod_pvewhmcs_plans` (
`cores` tinyint(2) unsigned DEFAULT NULL,
`cpulimit` smallint(5) unsigned DEFAULT NULL,
`cpuunits` smallint(5) unsigned DEFAULT NULL,
`memory` smallint(5) unsigned NOT NULL,
`memory` smallint(8) unsigned NOT NULL,
`swap` smallint(5) unsigned DEFAULT NULL,
`disk` smallint(5) unsigned DEFAULT NULL,
`diskformat` varchar(10) DEFAULT NULL,

View File

@@ -80,7 +80,7 @@
<td>Kernel:&nbsp;{$vm_config['ostype']}</td>
</tr>
<tr>
<td><strong>IP</strong> (Addressing)</td><td><strong>{$vm_config['ipv4']}</strong><br/>Mask:&nbsp;{$vm_config['netmask4']}<br/>Gateway:&nbsp;{$vm_config['gateway4']}</td>
<td><strong>IPv4</strong> (Network)</td><td><strong>{$vm_config['ipv4']}</strong><br/>Mask:&nbsp;{$vm_config['netmask4']}<br/>Gateway:&nbsp;{$vm_config['gateway4']}</td>
</tr>
<tr>
<td><strong>NIC</strong> (Interface #1)</td>