sparc m12-2s zfs MEMORY 320GB KERNEL PARAMETER
The Fujitsu SPARC M12-2S server supports a maximum memory configuration of up to 3 TB using 64 GB DDR4 DIMMs14. To configure 320 GB of memory, you would need to use a combination of available DIMM sizes (16 GB, 32 GB, or 64 GB)4.
For optimal performance with ZFS, it's recommended to adjust the ZFS Adaptive Replacement Cache (ARC) size. You can set this kernel parameter in the /etc/system file:
This sets the maximum ARC size to approximately 160 GB (half of the 320 GB total memory)6. The value is in bytes, so 171798691840 represents 160 GB.
Additionally, for better system performance, you may want to consider the following kernel parameters:
These settings optimize the system's page flushing behavior and file system metadata syncs6.
Remember to reboot the system after making changes to the /etc/system file for the new parameters to take effect.
'프로그램 개발(분석, 설계, 코딩, 배포) > 100. 기타' 카테고리의 다른 글
[Tibero] DBLINK 설정_Tibero to PostgreSQL (0) | 2025.02.26 |
---|---|
mysql-connector with mariaDB 버전 호환성 이슈 (0) | 2025.02.21 |
수동설치 xampp + redmine + visualsvn for window (0) | 2025.02.21 |
위험관리계획서 작성 예시 (0) | 2025.02.20 |
vscode에서 rust 사용하기 (Windows) (0) | 2025.02.19 |