-
I am using the provider to make a full clone of a template. Everything works correctly the first run, and the vm works as expected.
However, the next time I run a preview I am met with the followi…
-
### Describe the issue:
Calling `numpy.zeros` to create a very large buffer is slightly faster than `numpy.ones` and `numpy.full`.
However, _writing_ anything to such an array is more than 5x slow…
-
Trying to generate a bare metal image of talos 1.8.1 with the following extra kernel args
`hugepagesz=1G hugepages=32 hugepagesz=2M hugepages=1024`
All arguments entered are present in the generat…
kdish updated
2 weeks ago
-
**Describe the bug**
I just upgraded my local tt-metal today and found that the following is printed after updating API uses in my program. Then I find tt-metal print the following warning, which was…
-
I reduced shared_buffers to 8GB, because apparently there might not be much advantage to go over that: https://github.com/jberkus/annotated.conf/blob/master/postgresql.10.simple.conf#L84-L87
I orig…
-
## Motivation
- message from the kruize team (https://redhat-internal.slack.com/archives/C07NJB3URP1/p1729578977380869)
- about
- https://console-openshift-console.apps.nerc-ocp-test-2.nerc.mghpcc.…
-
Wanted to know if there was a fixed procedure on how to enable the use of HugePages on TCMalloc; like how it can be done on gperftools tcmalloc.
I am using TCMalloc on Ubuntu 22.04.
-
In Kubernetes, pods can request and make use of memory in hugepages since a long time (Beta since K8S 1.10, GA since 1.14)
```
apiVersion: v1
kind: Pod
metadata:
name: huge-pages-example
spec:…
-
### 1. Issue or feature description
```
$ kubectl describe node gpu-000-001
Name: gpu-000-001
Capacity:
cpu: 128
ephemeral-storage: 13119414984Ki
hugepag…
-
## Expected Behavior
Support hugepages
## Actual Behavior
Currently not supported/enabled
## Steps to Reproduce the Problem
1. Run an app that uses hugepages
2. See that it can't use…