# JvmArgs

> The C# definition of the org.gradle.jvmargs property.

## Definition

* **Type:** Property
* **Namespace:** [Unity.Android.Gradle](/engine/6000.5/script-reference/unity/android/gradle.md)
* **Assembly:** Unity.Android.Gradle

```csharp
public Property<string> JvmArgs { get; }
```

### Remarks

For more information about the element, see Gradle's documentation: [Configuring JVM memory](https://docs.gradle.org/current/userguide/build_environment.html#sec:configuring_jvm_memory)
