0 votes

Hi

I'm testing 2023 and have noticed that the admin console keeps grabbing memory. This seems to be happening when editing powershell scripts in scheduled tasks - I've not tried much else yet with this version. The editor starts to freeze and then the memory usage climbs, this box is currently at 38% memory from around 2% when I started editing this script. The only way to clear it is to kill the console and re-open.

This is a test install, so the server isn't particularly high spec and the backend, web and DB are all running on the one box, but I didn't notice this issue when testing any previous version of Adaxes on similar hardware.

The script is very basic at the moment, in fact I have only got so far as the below, I've not even tried to run it against anything yet.

#Get Credentials and connect to AzureAD
$cred = $Context.GetOffice365Credential()
Import-Module ExchangeOnlineManagement
Connect-ExchangeOnline -Credential $cred

$purpose = Get-UnifiedGroup -Identity 


Disconnect-ExchangeOnline

Is this a known problem?

Matt

by (2.0k points)
0

Hello Matt,

The behaviour with memory consumption is expected as whenever you open the editor Adaxes loads all the default PowerShell modules data. As for releasing the memory, please, provide the following details:

  • Is the memory actually released in some time after you just close the script editor in the console?
  • Are Adaxes service and Administration console installed on the same computer?
  • What PowerShell modules are installed on the computer? To check that, please, execute the following command in Windows PowerShell and provide us with the output:
Get-Module -ListAvailable
  • Do you have any custom PowerShell modules installed?
0

Hi

Thanks and sorry for the delayed reply. Given your reply, I see this is expected, and as this is a Dev box I can live with it. I guess we've not noticed this before because we were connecting to it from a remote console which we can't do at the moment as our live environment is still on 2021 :)

To answer your questions

  • Do you have any custom PowerShell modules installed? - No
  • Is the memory actually released in some time after you just close the script editor in the console? - Yes, Ithough 'm not sure how long this takes.
  • Are Adaxes service and Administration console installed on the same computer? - Yes
  • What PowerShell modules are installed on the computer? - Lots! Too many to mention in here but there's over 600 of them - though Graph alone is about 500.

1 Answer

0 votes
by (270k points)

Hello Matt,

Thank you for the provided details. In case of such an amount of modules the behaviour is expected. Unfortunately, there is no way to change it as the behviour comes from Windows PowerShell itself, not Adaxes.

Related questions

0 votes
1 answer

Hello adaxes team, im currently getting used to Adaxes after taking the software over from a former colleague (2018.2). What i noticed is that when i open the ... that no Task/Process was executed, simply connecting, editing and saving some custom-commands.

asked Aug 22, 2019 by rhaus (30 points)
0 votes
0 answers

This issue affects only Adaxes 2023.2 Update 1 - version 3.16.21515. It has been fixed in Adaxes 2023.2 Update 2 - version 3.16.21627 Description If a ... starts with tmpEXO. This must be done while the Softerra Adaxes Service Windows service is stopped.

asked Jun 29, 2023 by Adaxes (550 points)
0 votes
1 answer

Hello *, I have a very special problem. Our user objects have a multiline value attribute. In this attribute the drive connection are saved, for example: entrytype ; ... the attribute is taken by a login script and connects those drives. Thanks in advance!

asked Sep 13, 2018 by ahanil (200 points)
0 votes
0 answers

Is it possible to do something such as this: When creating a user in the web interface, setup the form so that certain fields have a dropdown list of available values, ... "department", they would see a dropdown list of pre-populate options to choose from.

asked Aug 11, 2016 by HDClown (220 points)
0 votes
1 answer

Good Afternoon, I have been looking through the forums and I might have missed it, but here's what I'm looking to do I currently have a business rule that is being ... another set of different conditions. Let me know if I need to explain my request further.

asked May 12, 2014 by jtop (680 points)
3,326 questions
3,026 answers
7,727 comments
544,678 users