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).
Description
Description
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).
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | bd808 | T140904 Existing Labs project quota increase requests (Tracking) | |||
Resolved | bd808 | T163375 Request increased quota for services-testbed labs project |
Event Timeline
Comment Actions
@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?
Comment Actions
Mentioned in SAL (#wikimedia-labs) [2017-05-02T23:55:00Z] <bd808> Increased RAM quota to 16384 (T163375)
Comment Actions
$ 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.
Comment Actions
Mentioned in SAL (#wikimedia-cloud) [2017-06-15T18:16:59Z] <bd808> Reduced RAM quota to 10240 to finish T163375