2022-10-21 17:16:00 +02:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home ](./index.md ) > [bitburner ](./bitburner.md ) > [NS ](./bitburner.ns.md ) > [growthAnalyzeSecurity ](./bitburner.ns.growthanalyzesecurity.md )
## NS.growthAnalyzeSecurity() method
2023-02-28 15:57:02 +01:00
Calculate the security increase for a number of grow threads.
2022-10-21 17:16:00 +02:00
2023-02-11 19:18:50 +01:00
**Signature:**
2022-10-21 17:16:00 +02:00
```typescript
growthAnalyzeSecurity(threads: number, hostname?: string, cores?: number): number;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| threads | number | Amount of threads that will be used. |
2023-02-28 15:57:02 +01:00
| hostname | string | _(Optional)_ Optional. Hostname of the target server. If provided, security increase is limited by the number of threads needed to reach maximum money. |
2023-02-11 19:18:50 +01:00
| cores | number | _(Optional)_ Optional. The number of cores of the server that would run grow. |
2022-10-21 17:16:00 +02:00
2023-02-11 19:18:50 +01:00
**Returns:**
2022-10-21 17:16:00 +02:00
number
The security increase.
## Remarks
RAM cost: 1 GB
Returns the security increase that would occur if a grow with this many threads happened.