Overv / vramfs

VRAM based file system for Linux
1.26k stars 65 forks source link

error: could not allocate more than 0 bytes #15

Closed terran2 closed 5 years ago

terran2 commented 5 years ago

Hi, what does that mean?

$ bin/vramfs vram1/ 2G allocating vram... error: could not allocate more than 0 bytes cleaning up...

`$ bin/vramfs usage: vramfs [-d ] [-f]

mountdir - directory to mount file system, must be empty size - size of the disk in bytes -d - specifies identifier of device to use -f - flag that forces mounting, with a smaller size if needed

The size may be followed by one of the following multiplicative suffixes: K=1024, KB=1000, M=10241024, MB=10001000, G=102410241024, GB=100010001000. It's rounded up to the nearest multiple of the block size.

device list: 0: GeForce GT 730 `

Overv commented 5 years ago

Are you sure that OpenCL support is available for you?

terran2 commented 5 years ago

I suppose

GPU Engine Specs:
Up to 4.8xGeForce Performance Score1
Memory Specs:
DDR3/GDDR5Standard Memory Configuration
Feature Support:
4.5OpenGL
1.1OpenCL
PCI Express 3.0, PCI Express 2.0 Bus Support
YesCertified for Windows 7
YesCertified for Windows 8
Optimus, PhysX, CUDA, 3D Vision, FXAA, TXAA, OpenCL, Direct ComputeSupported Technologies
Yes3D Vision/3DTV Play Support
YesBlu-Ray 3D Support
12 API

https://www.geforce.com/hardware/notebook-gpus/geforce-gt-730m/specifications

Overv commented 5 years ago

Alright, but perhaps check if your OpenCL support is working correctly with the instructions listed here.

AndrusGerman commented 5 years ago

Tengo las misma salida... Esta son mis especificaciones clinfo: https://textuploader.com/11hs4

Overv commented 5 years ago

@AndrusGerman Your graphics card doesn't support OpenCL 1.2.

Overv commented 5 years ago

@terran2 You don't have OpenCL 1.2 support either, which is the minimum requirement.