Skip to content

CodeQL out of memory #25430

Answered by al-cheb
bdukes asked this question in Actions
Discussion options

You must be logged in to vote

Perhaps changing the size of PageFile will help:

Set default size to 8GB:

- name: configure Pagefile
  uses: al-cheb/configure-pagefile-action@v1.2

Set default size to 32GB:

- name: configure Pagefile
  uses: al-cheb/configure-pagefile-action@v1.2
  with:
      minimum-size: 32GB
      maximum-size: 32GB
      disk-root: "C:"

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
5 participants