GithubHelp home page GithubHelp logo

Comments (3)

cREoz avatar cREoz commented on July 18, 2024

i found this on google - Issue 347: Edit the settings in one virtualmachine get error "Page fusion is only supported on 64-bit"

from phpvirtualbox.

JadinAndrews avatar JadinAndrews commented on July 18, 2024

It must be vboxmanage complaining, for some reason phpvirtualbox is trying to enable pagefusion, possibly to reduce the memory footprint when deploying multiple VMs. Please refer to the manual for more detail on page fusion. It's in section 4.9.2 (Right at the bottom) of this:
https://www.virtualbox.org/manual/ch04.html

from phpvirtualbox.

cREoz avatar cREoz commented on July 18, 2024

manual say:

Note
VirtualBox supports Page Fusion only on 64-bit hosts

and on 32-bit host system i get error when try to change it to ON or OFF.

user@vboxhost:~$ uname -a
Linux vboxhost 3.13.0-73-generic #116-Ubuntu SMP Fri Dec 4 15:33:02 UTC 2015 i686 i686 i686 GNU/Linux

user@vhost:~$ VBoxManage modifyvm "vbox" --pagefusion on
VBoxManage: error: Page fusion is only supported on 64-bit hosts
VBoxManage: error: Details: code NS_ERROR_NOT_IMPLEMENTED (0x80004001), component SessionMachine, interface IMachine, callee nsISupports
VBoxManage: error: Context: "COMSETTER(PageFusionEnabled)(ValueUnion.f)" at line 591 of file VBoxManageModifyVM.cpp

user@vboxhost:~$ VBoxManage modifyvm "vbox" --pagefusion off
VBoxManage: error: Page fusion is only supported on 64-bit hosts
VBoxManage: error: Details: code NS_ERROR_NOT_IMPLEMENTED (0x80004001), component SessionMachine, interface IMachine, callee nsISupports
VBoxManage: error: Context: "COMSETTER(PageFusionEnabled)(ValueUnion.f)" at line 591 of file VBoxManageModifyVM.cpp

comment from phpvirtualbox - issue #347:

The only work around is disable the advanced config.

because with advanced config phpvirtualbox always apply pagefusion option.

from phpvirtualbox.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.