Created
October 4, 2012 21:00
-
-
Save caryp/3836421 to your computer and use it in GitHub Desktop.
Use jiffies and clock independent from hypervisor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Use jiffies and clock independent from hypervisor is recommended by Citrix: http://support.citrix.com/article/CTX128034 | |
echo "jiffies" > /sys/devices/system/clocksource/clocksource0/current_clocksource | |
[ -d /proc/sys/xen ] && echo 1 > /proc/sys/xen/independent_wallclock |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment