thunderZH963
thunderZH963
Recently, some cpu/memory related benches(lmbench) have been tested on arm baremetal, qemu/kvm VM, and fireracker microvm. A striking difference from the X86 platform is that most of the benches on...
As firecracker said, it is implemented based on KVM. Then, the processing of page fault should be consistent with KVM / QEMU. But in my test, the delay of page...
https://github.com/kubevirt/kubevirt/issues/3558 and https://kubevirt.io/user-guide/operations/installation/#experimental-arm64-developer-builds help me to run virt-operator successfully. But, I still not know how to install or get virtctl (maybe binary file)? And my cluster includes arm/x86 worker(nodes), how...
I try to build a [openwhisk-apigateway](https://github.com/apache/openwhisk-apigateway) image on my arm64 platform(NVDIA Bluefiled2). But https://github.com/apache/openwhisk-apigateway/issues/396 occurs. So I try to modify Dockerfile to make it work well on arm64. Mainly includes,...
I want to run this project on the arm V8. But SSE)https://github.com/DLTcollab/sse2neon/ can be used to solve)/"cpuid.h not found"/ asm and other problems are emerging one after another. Is there...
I have two physical machines, and 5 VMs(based on qemu/kvm) are installed on these two physical machines at the same time. I want to deploy open on these 10 VMs....
I have modified the load balancer of openwhisk. How can I build Openwhisk with modifed code on openwhisk-deploy-kube?
I deploy OpenWhisk invokers on a slave host and other components on a master host using Ansible for distributed deployment. Once the environment is set up, I want to add...