Memory Tuning for FSIS,Especially when your Laptop only has 4GB within the Hyper-V environment.
#Change memory
cd "C:/Program Files/<FSIS installation directory>/Installer/Scripts"
#change IMS node to 400
Add-PSSnapin HostControllerPSSnapin
Connect-host localhost 17001
Export-NodeProfile –SystemName Fsis –NodeName InteractionEngineNode1 –FileName ims-profile.txt
#edit the ims-profile.txt
notepad ./ims-profile.txt
#MemoryLimit=400
configure-node -FileName ./ims-profile.txt
#change CTS node to 400
Export-NodeProfile –SystemName Fsis –NodeName ContentEngineNode1 –FileName cts-profile.txt
#edit the cts-profile.txt
notepad ./cts-profile.txt
#MemoryLimit=400
configure-node -FileName ./cts-profile.txt
#change CDE node to 200
Export-NodeProfile –SystemName Fsis –NodeName ContentDistributorEmulatorNode1 –FileName cde-profile.txt
#edit the cde-profile.txt
notepad ./cde-profile.txt
#MemoryLimit=400
configure-node -FileName ./cde-profile.txt
本文提供了一套针对FSIS在Hyper-V环境下仅配备4GB内存的笔记本电脑进行内存优化的具体步骤。通过调整各节点的内存限制来提高系统运行效率。
2326

被折叠的 条评论
为什么被折叠?



