Page MenuHomePhabricator

Request to increase RAM and VCPU quota in codesearch
Closed, ResolvedPublic

Description

Project Name: codesearch
Type of quota increase requested: RAM, VCPUs
Amount to increase: RAM from 16GB to 32GB, VCPUs 8 to 12

The cloud VPS project codesearch currently only has 2 instances:

  • sourcebot1 which is used as a testing / MVP for a new codesearch based on the software sourcebot

Both instances are "g4.cores4.ram8.disk20".

When testing sourcebot the sourcebot1 instance ran out of disk and started swapping.

We would like to resize it to a "g4.cores4.ram16.disk20" to double RAM, or ideally, double RAM and also give it more CPU but quota is maxed out.

Event Timeline

Mentioned in SAL (#wikimedia-cloud-feed) [2025-06-04T23:20:35Z] <raymond-ndibe@cloudcumin1001> START - Cookbook wmcs.openstack.quota_increase (T396073)

Mentioned in SAL (#wikimedia-cloud-feed) [2025-06-04T23:20:42Z] <raymond-ndibe@cloudcumin1001> END (PASS) - Cookbook wmcs.openstack.quota_increase (exit_code=0) (T396073)

Mentioned in SAL (#wikimedia-cloud-feed) [2025-06-04T23:21:48Z] <raymond-ndibe@cloudcumin1001> START - Cookbook wmcs.openstack.quota_increase (T396073)

Mentioned in SAL (#wikimedia-cloud-feed) [2025-06-04T23:21:54Z] <raymond-ndibe@cloudcumin1001> END (PASS) - Cookbook wmcs.openstack.quota_increase (exit_code=0) (T396073)

Before:

raymond-ndibe@cloudcontrol1006:~$ sudo wmcs-openstack quota show codesearch
+-----------------------+-------+
| Resource              | Limit |
+-----------------------+-------+
| cores                 |     8 |
| instances             |     8 |
| ram                   | 16384 |
...
+-----------------------+-------+

After:

raymond-ndibe@cloudcontrol1006:~$ sudo wmcs-openstack quota show codesearch
+-----------------------+-------+
| Resource              | Limit |
+-----------------------+-------+
| cores                 |    12 |
| instances             |     8 |
| ram                   | 32768 |
...
+-----------------------+-------+

I'm guessing this solved this issue @Dzahn . If it didn't please reopen this or create another quota request.

Thank you for the quick response! :)

Yes, doubling the RAM on the sourcebot-codesearch made a HUGE difference. It's very usable now and before it wasn't. yay, thanks!