-
### Feature description
There are currently lots of tools in the python packaging/environment space including:
* conda
* mamba
* pixi
It would be nice to be able to swap out backends for doing actio…
-
### Proposal
Add support for parsing skhd modes, and add an additional optional mode-flag when using the CLI `--sheet skhd` flag, for example `--sheet skhd --mode focus` When the parameter is set,…
-
### Problem Description
Docker Desktop allows the user to add swap space to their vm, but Rancher does not.
### Proposed Solution
Add an option for this in the UI along with the other resource sett…
-
*Installation details*
HEAD: 65e42e4166cef5acafa7ce7f884d6cc2b55adc35
*Description*
If the amount of disk space on a partition where `swap` file is supposed to be located is less than x2 of the a…
-
### What would you like to be added?
A replacement for https://github.com/kubernetes/kubernetes/issues/105023
The issue is for addressing problems related to node pressures and swap.
In short, …
-
is it possible to have swap space support? ( I heard about ' Handling big models for inference' and was wondering if ggml can support a similar feature or store part of the large model in swap.)
-
On `Windows`, memory mapped file occasionally makes a computer swap a lot and makes Paprika behave terribly ppor. With a lot of memory committed, when the size of the mmaped region breaches the space …
-
When I try to put the system into hibernation using the `sudo systemctl hibernate` command, it says Not enough swap space for hibernation.
But when I use the `free` command to check the swap space, I…
-
![image](https://user-images.githubusercontent.com/12059343/134024036-cc21708c-1000-4c00-b79a-f62341bddf45.png)
When displaying meters in bar view there is no space, so Load for example is cut of…
-
Consider this
```C++
size_t const N = 100;
float* d_x;
cudaMalloc(&d_x, N*sizeof(float));
auto* x = new float[N];
for (size_t i=0; i