Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[vm build] force Linux to drop cache before calling kvm #2717

Merged
merged 2 commits into from
Mar 29, 2019

Commits on Mar 28, 2019

  1. [vm build] force Linux to drop cache before calling kvm

    KVM need to allocate 2G memory for this build. The system memory might
    be occupied by cache at the moment and doesn't have 2G chunk to give
    out. Forcing Kernel to drop cache to boost the chance of getting 2G
    memory.
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    32dc0ed View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2019

  1. [make] add option to enable/disable VS build memory preparation

    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    b72ac59 View commit details
    Browse the repository at this point in the history