Page MenuHomePhabricator

Request increased quota for services-testbed labs project
Closed, ResolvedPublic

Description

Project Name: services-testbed
Type of quota increase requested: room enough to provision a 16G instance
Reason: I need to analyze a Java heap dump. This requires a machine with at least as much free RAM as the size of the dump (12G).

NOTE: Once analysis of the heapdump is complete, the quota increase can be reverted (as was done in T148869: Request increased quota for services-test labs project).

Event Timeline

@Eevans My applogies for missing this request until now. Are you still in need of this increase or did you manage to find another place to examine the dump?

@Eevans My applogies for missing this request until now. Are you still in need of this increase or did you manage to find another place to examine the dump?

Yup, @bd808 we still need the increase in quota :)

Mentioned in SAL (#wikimedia-labs) [2017-05-02T23:55:00Z] <bd808> Increased RAM quota to 16384 (T163375)

bd808 changed the task status from Open to Stalled.May 3 2017, 12:00 AM
bd808 claimed this task.
bd808 triaged this task as Medium priority.
$ nova --os-tenant-name services-testbed quota-show
+-----------------------------+-------+
| Quota                       | Limit |
+-----------------------------+-------+
| instances                   | 8     |
| cores                       | 8     |
| ram                         | 10240 |
| floating_ips                | 0     |
| fixed_ips                   | 200   |
| metadata_items              | 128   |
| injected_files              | 5     |
| injected_file_content_bytes | 10240 |
| injected_file_path_bytes    | 255   |
| key_pairs                   | 100   |
| security_groups             | 10    |
| security_group_rules        | 20    |
| server_groups               | 10    |
| server_group_members        | 10    |
+-----------------------------+-------+
$ nova quota-update services-testbed --ram 16384
$ nova --os-tenant-name services-testbed quota-show
+-----------------------------+-------+
| Quota                       | Limit |
+-----------------------------+-------+
| instances                   | 8     |
| cores                       | 8     |
| ram                         | 16384 |
| floating_ips                | 0     |
| fixed_ips                   | 200   |
| metadata_items              | 128   |
| injected_files              | 5     |
| injected_file_content_bytes | 10240 |
| injected_file_path_bytes    | 255   |
| key_pairs                   | 100   |
| security_groups             | 10    |
| security_group_rules        | 20    |
| server_groups               | 10    |
| server_group_members        | 10    |
+-----------------------------+-------+

Raised to 16G. Let me know when you are done with it.

[ ... ]
Raised to 16G. Let me know when you are done with it.

All done; You can revert the quota

Luke081515 changed the task status from Stalled to Open.Jun 14 2017, 8:40 PM

Mentioned in SAL (#wikimedia-cloud) [2017-06-15T18:16:59Z] <bd808> Reduced RAM quota to 10240 to finish T163375