[pve-devel] [PATCH installer v4 1/6] run env: remove debug print

Christoph Heiss c.heiss at proxmox.com
Tue Nov 7 13:20:49 CET 2023


Signed-off-by: Christoph Heiss <c.heiss at proxmox.com>
---
 Proxmox/Install/RunEnv.pm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Proxmox/Install/RunEnv.pm b/Proxmox/Install/RunEnv.pm
index 9116397..5f68d82 100644
--- a/Proxmox/Install/RunEnv.pm
+++ b/Proxmox/Install/RunEnv.pm
@@ -319,7 +319,6 @@ sub default_zfs_arc_max {
 
     my $default_mib = get('total_memory') * $ZFS_ARC_SYSMEM_PERCENTAGE;
     my $rounded_mib = int(sprintf('%.0f', $default_mib));
-    print "total_memory:" . get('total_memory') . " mib_rounded:$rounded_mib\n";
 
     if ($rounded_mib > $ZFS_ARC_MAX_SIZE_MIB) {
 	return $ZFS_ARC_MAX_SIZE_MIB;
-- 
2.42.0






More information about the pve-devel mailing list