Page MenuHomePhabricator

Request increased quota for etytree labs project
Closed, ResolvedPublic

Description

Project Name: etytree
Type of quota increase requested: <cpu>
Reason: I am running a java program to parse wiktionary and I don't have enough space to store the indexed data and the parsed data that I load into a Virtuoso server.
I would need 10 more Giga of CPU.

Event Timeline

Can you please clarify if you need more CPUs or more RAM, or both, or something else? 'Giga of CPU' doesn't make sense.

I only need more CPU. Does it make sense? Thanks

Not really... can you tell me what instance flavor you'd like to add to the project? I can figure out the CPU/RAM needs from there.

Oh, ok now I get it - sorry for the misunderstanding - I need 10G of hard disk memory (not RAM), my instance is etytree-b.etytree.eqiad.wmflabs

Ah! Disk space doesn't require a quota change, there was already 80G dedicated to your instance. I've added the puppet class role::labs::lvm::srv to your instance which should mount your remaining allocation in /srv:

andrew@etytree-b:~$ df -h
Filesystem Size Used Avail Use% Mounted on
udev 10M 0 10M 0% /dev
tmpfs 7.1G 241M 6.9G 4% /run
/dev/vda3 19G 12G 6.1G 66% /
tmpfs 18G 0 18G 0% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 18G 0 18G 0% /sys/fs/cgroup
labstore1003.eqiad.wmnet:/dumps 28T 18T 11T 64% /public/dumps
/dev/mapper/vd-second--local--disk 60G 52M 57G 1% /srv

Hope that helps!